ResourcesResponseEndpointsItem Class
- java.
lang. Object - com.
azure. resourcemanager. cdn. models. ResourcesResponseEndpointsItem
- com.
Implements
public final class ResourcesResponseEndpointsItem
implements JsonSerializable<ResourcesResponseEndpointsItem>
The ResourcesResponseEndpointsItem model.
Constructor Summary
Constructor | Description |
---|---|
ResourcesResponseEndpointsItem() |
Creates an instance of Resources |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Resources |
customDomains()
Get the custom |
static
Resources |
fromJson(JsonReader jsonReader)
Reads an instance of Resources |
Boolean |
history()
Get the history property: The history property. |
String |
id()
Get the id property: The id property. |
String |
name()
Get the name property: The name property. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Resources |
withCustomDomains(List<ResourcesResponseEndpointsPropertiesItemsItem> customDomains)
Set the custom |
Resources |
withHistory(Boolean history)
Set the history property: The history property. |
Resources |
withId(String id)
Set the id property: The id property. |
Resources |
withName(String name)
Set the name property: The name property. |
Methods inherited from java.lang.Object
Constructor Details
ResourcesResponseEndpointsItem
public ResourcesResponseEndpointsItem()
Creates an instance of ResourcesResponseEndpointsItem class.
Method Details
customDomains
public List
Get the customDomains property: The customDomains property.
Returns:
fromJson
public static ResourcesResponseEndpointsItem fromJson(JsonReader jsonReader)
Reads an instance of ResourcesResponseEndpointsItem from the JsonReader.
Parameters:
Returns:
Throws:
history
public Boolean history()
Get the history property: The history property.
Returns:
id
public String id()
Get the id property: The id property.
Returns:
name
public String name()
Get the name property: The name property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withCustomDomains
public ResourcesResponseEndpointsItem withCustomDomains(List
Set the customDomains property: The customDomains property.
Parameters:
Returns:
withHistory
public ResourcesResponseEndpointsItem withHistory(Boolean history)
Set the history property: The history property.
Parameters:
Returns:
withId
public ResourcesResponseEndpointsItem withId(String id)
Set the id property: The id property.
Parameters:
Returns:
withName
public ResourcesResponseEndpointsItem withName(String name)
Set the name property: The name property.
Parameters:
Returns:
Applies to
Azure SDK for Java