Class BaseService
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.announcementsservice.model.BaseService
 
 
- 
- Direct Known Subclasses:
- NotificationsSummary,- Service,- ServiceSummary
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 0.0.1") public class BaseService extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelObject representing a single service.
 Note: Objects should always be created or deserialized using theBuilder. 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 theBuilder, which maintain a set of all explicitly set fields calledBuilder#__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 classBaseService.LifecycleStateCurrent state of the service object.
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedBaseService(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 Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)CommsManagerNamegetCommsManagerName()Name of the comms manager team that manages Notifications to this service.List<String>getExcludedRealms()The list of realms where this service is not available to be used.StringgetId()ID of the service object.BaseService.LifecycleStategetLifecycleState()Current state of the service object.PlatformTypegetPlatformType()The platform type this service object is related to.List<String>getPreviousServiceNames()The list of previously used names for this service object.StringgetServiceName()Name of the service represented by this object.StringgetShortName()Short name of the team to whom this service object is related.StringgetTeamName()Team name to which this service object is related.DategetTimeCreated()The date and time when the service object was created.DategetTimeUpdated()The date and time when the service object was updated.inthashCode()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
BaseService@Deprecated @ConstructorProperties({"id","serviceName","shortName","teamName","platformType","commsManagerName","excludedRealms","previousServiceNames","timeCreated","timeUpdated","lifecycleState"}) protected BaseService(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- 
getIdpublic String getId() ID of the service object.- Returns:
- the value
 
 - 
getServiceNamepublic String getServiceName() Name of the service represented by this object.- Returns:
- the value
 
 - 
getShortNamepublic String getShortName() Short name of the team to whom this service object is related.- Returns:
- the value
 
 - 
getTeamNamepublic String getTeamName() Team name to which this service object is related.- Returns:
- the value
 
 - 
getPlatformTypepublic PlatformType getPlatformType() The platform type this service object is related to.- Returns:
- the value
 
 - 
getCommsManagerNamepublic CommsManagerName getCommsManagerName() Name of the comms manager team that manages Notifications to this service.- Returns:
- the value
 
 - 
getExcludedRealmspublic List<String> getExcludedRealms() The list of realms where this service is not available to be used.- Returns:
- the value
 
 - 
getPreviousServiceNamespublic List<String> getPreviousServiceNames() The list of previously used names for this service object.- Returns:
- the value
 
 - 
getTimeCreatedpublic Date getTimeCreated() The date and time when the service object was created.- Returns:
- the value
 
 - 
getTimeUpdatedpublic Date getTimeUpdated() The date and time when the service object was updated.- Returns:
- the value
 
 - 
getLifecycleStatepublic BaseService.LifecycleState getLifecycleState() Current state of the service object.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-