Class Service
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.announcementsservice.model.BaseService
- 
- com.oracle.bmc.announcementsservice.model.Service
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 0.0.1") public final class Service extends BaseServiceSummary of the service object.
 Note: Objects should always be created or deserialized using theService.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theService.Builder, which maintain a set of all explicitly set fields calledService.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classService.Builder- 
Nested classes/interfaces inherited from class com.oracle.bmc.announcementsservice.model.BaseServiceBaseService.LifecycleState
 
- 
 - 
Constructor SummaryConstructors Constructor Description Service(String id, String serviceName, String shortName, String teamName, PlatformType platformType, CommsManagerName commsManagerName, List<String> excludedRealms, List<String> previousServiceNames, Date timeCreated, Date timeUpdated, BaseService.LifecycleState lifecycleState)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Service.Builderbuilder()Create a new builder.booleanequals(Object o)inthashCode()Service.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.- 
Methods inherited from class com.oracle.bmc.announcementsservice.model.BaseServicegetCommsManagerName, getExcludedRealms, getId, getLifecycleState, getPlatformType, getPreviousServiceNames, getServiceName, getShortName, getTeamName, getTimeCreated, getTimeUpdated
 
- 
 
- 
- 
- 
Constructor Detail- 
Service@Deprecated public Service(String id, String serviceName, String shortName, String teamName, PlatformType platformType, CommsManagerName commsManagerName, List<String> excludedRealms, List<String> previousServiceNames, Date timeCreated, Date timeUpdated, BaseService.LifecycleState lifecycleState) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static Service.Builder builder() Create a new builder.
 - 
toBuilderpublic Service.Builder toBuilder() 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- BaseService
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- BaseService
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- BaseService
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- BaseService
 
 
- 
 
-