org.soyatec.windowsazure.management
Class SubscriptionOperation

java.lang.Object
  extended by 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.


Constructor Summary
SubscriptionOperation()
           
 
Method Summary
 java.lang.String getClientIP()
           
 java.lang.String getHttpStatusCode()
           
 java.sql.Timestamp getOperationCompletedTime()
           
 java.lang.String getOperationId()
           
 java.lang.String getOperationName()
           
 java.lang.String getOperationObjectId()
           
 java.util.Map<java.lang.String,java.lang.String> getOperationParameters()
           
 java.sql.Timestamp getOperationStartedTime()
           
 OperationState getOperationStatus()
           
 java.lang.String getSubscriptionCertificateThumbprint()
           
 java.lang.String getUserEmailAddress()
           
 boolean isUsedServiceManagementApi()
           
 void setOperationCompletedTime(java.sql.Timestamp operationCompletedTime)
           
 void setOperationStartedTime(java.sql.Timestamp operationStartedTime)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscriptionOperation

public SubscriptionOperation()
Method Detail

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()