다음을 통해 공유


CommunityGalleryInner Class

public final class CommunityGalleryInner
extends PirCommunityGalleryResource

Specifies information about the Community Gallery that you want to create or update.

Constructor Summary

Constructor Description
CommunityGalleryInner()

Creates an instance of CommunityGalleryInner class.

Method Summary

Modifier and Type Method and Description
Map<String,String> artifactTags()

Get the artifactTags property: The artifact tags of a community gallery resource.

CommunityGalleryMetadata communityMetadata()

Get the communityMetadata property: The metadata of community gallery.

String disclaimer()

Get the disclaimer property: The disclaimer for a community gallery resource.

static CommunityGalleryInner fromJson(JsonReader jsonReader)

Reads an instance of CommunityGalleryInner from the JsonReader.

String location()

Get the location property: Resource location.

String name()

Get the name property: Resource name.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: Resource type.

String uniqueId()

Get the uniqueId property: The unique id of this community gallery.

void validate()

Validates the instance.

CommunityGalleryInner withArtifactTags(Map<String,String> artifactTags)

Set the artifactTags property: The artifact tags of a community gallery resource.

CommunityGalleryInner withCommunityMetadata(CommunityGalleryMetadata communityMetadata)

Set the communityMetadata property: The metadata of community gallery.

CommunityGalleryInner withDisclaimer(String disclaimer)

Set the disclaimer property: The disclaimer for a community gallery resource.

CommunityGalleryInner withUniqueId(String uniqueId)

Set the uniqueId property: The unique id of this community gallery.

Methods inherited from PirCommunityGalleryResource

Methods inherited from java.lang.Object

Constructor Details

CommunityGalleryInner

public CommunityGalleryInner()

Creates an instance of CommunityGalleryInner class.

Method Details

artifactTags

public Map artifactTags()

Get the artifactTags property: The artifact tags of a community gallery resource.

Returns:

the artifactTags value.

communityMetadata

public CommunityGalleryMetadata communityMetadata()

Get the communityMetadata property: The metadata of community gallery.

Returns:

the communityMetadata value.

disclaimer

public String disclaimer()

Get the disclaimer property: The disclaimer for a community gallery resource.

Returns:

the disclaimer value.

fromJson

public static CommunityGalleryInner fromJson(JsonReader jsonReader)

Reads an instance of CommunityGalleryInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of CommunityGalleryInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the CommunityGalleryInner.

location

public String location()

Get the location property: Resource location.

Overrides:

CommunityGalleryInner.location()

Returns:

the location value.

name

public String name()

Get the name property: Resource name.

Overrides:

CommunityGalleryInner.name()

Returns:

the name value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

CommunityGalleryInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: Resource type.

Overrides:

CommunityGalleryInner.type()

Returns:

the type value.

uniqueId

public String uniqueId()

Get the uniqueId property: The unique id of this community gallery.

Overrides:

CommunityGalleryInner.uniqueId()

Returns:

the uniqueId value.

validate

public void validate()

Validates the instance.

Overrides:

CommunityGalleryInner.validate()

withArtifactTags

public CommunityGalleryInner withArtifactTags(Map artifactTags)

Set the artifactTags property: The artifact tags of a community gallery resource.

Parameters:

artifactTags - the artifactTags value to set.

Returns:

the CommunityGalleryInner object itself.

withCommunityMetadata

public CommunityGalleryInner withCommunityMetadata(CommunityGalleryMetadata communityMetadata)

Set the communityMetadata property: The metadata of community gallery.

Parameters:

communityMetadata - the communityMetadata value to set.

Returns:

the CommunityGalleryInner object itself.

withDisclaimer

public CommunityGalleryInner withDisclaimer(String disclaimer)

Set the disclaimer property: The disclaimer for a community gallery resource.

Parameters:

disclaimer - the disclaimer value to set.

Returns:

the CommunityGalleryInner object itself.

withUniqueId

public CommunityGalleryInner withUniqueId(String uniqueId)

Set the uniqueId property: The unique id of this community gallery.

Overrides:

CommunityGalleryInner.withUniqueId(String uniqueId)

Parameters:

uniqueId - the uniqueId value to set.

Returns:

the CommunityGalleryInner object itself.

Applies to