org.soyatec.windowsazure.management
Class SubscriptionOperation
java.lang.Object
org.soyatec.windowsazure.management.SubscriptionOperation
public class SubscriptionOperation
- extends java.lang.Object
A single operation that has been performed on the subscription during the
specified timeframe.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubscriptionOperation
public SubscriptionOperation()
getOperationStartedTime
public java.sql.Timestamp getOperationStartedTime()
setOperationStartedTime
public void setOperationStartedTime(java.sql.Timestamp operationStartedTime)
getOperationCompletedTime
public java.sql.Timestamp getOperationCompletedTime()
setOperationCompletedTime
public void setOperationCompletedTime(java.sql.Timestamp operationCompletedTime)
getOperationId
public java.lang.String getOperationId()
getOperationObjectId
public java.lang.String getOperationObjectId()
getOperationName
public java.lang.String getOperationName()
getOperationParameters
public java.util.Map<java.lang.String,java.lang.String> getOperationParameters()
getOperationStatus
public OperationState getOperationStatus()
isUsedServiceManagementApi
public boolean isUsedServiceManagementApi()
getUserEmailAddress
public java.lang.String getUserEmailAddress()
getClientIP
public java.lang.String getClientIP()
getSubscriptionCertificateThumbprint
public java.lang.String getSubscriptionCertificateThumbprint()
getHttpStatusCode
public java.lang.String getHttpStatusCode()